Make Tab (Project Properties Dialog Box)

   

>

Note   This feature is not available in all versions of the Visual Basic Editor.

Sets the attributes for the executable file you make. Displays the name of the current project in the title so you can determine which project will be affected by any changes you make. The current project is the item currently selected in the Project Explorer.

Tab Options

Version Number

Creates the version number for the project.

Version Information

Lets you provide specific information about the current version of your project.

DLL Base Address

Allows you to set the base address

Remove information about unused ActiveX Controls

Allows you to specify that even if a control is unused (present in the Toolbox, but not referenced in code), its information will be retained. Uncheck this when you plan to dynamically add the referenced control at run time using the Controls collection's Add method.